Fix stale email addresses in xenstat and xentop.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 31 May 2007 09:42:34 +0000 (10:42 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 31 May 2007 09:42:34 +0000 (10:42 +0100)
Our @us.ibm.com emails cannot forward to us; we do not have access to
them when not interning at IBM.  People have attempted to reach us via
those addresses and failed; occasionally they've Googled for a current
address, which made us realize the problem.  Change each email to a
more permanent address, so people can reach us in the future.  Change
bug reporting addresses to a xen mailing list rather than an
individual.

Signed-off-by: Josh Triplett <josh@kernel.org>
tools/xenstat/libxenstat/Makefile
tools/xenstat/libxenstat/src/xenstat.c
tools/xenstat/libxenstat/src/xenstat.h
tools/xenstat/libxenstat/src/xenstat_linux.c
tools/xenstat/libxenstat/src/xenstat_priv.h
tools/xenstat/xentop/Makefile
tools/xenstat/xentop/xentop.1
tools/xenstat/xentop/xentop.c

index fbfcb4dc3883deebb54e410e903ed5348690a548..ed359a6ded95fe5c018bb5bc04d963757f4f5d1c 100644 (file)
@@ -1,6 +1,6 @@
 # libxenstat: statistics-collection library for Xen
 # Copyright (C) International Business Machines Corp., 2005
-# Author: Josh Triplett <josht@us.ibm.com>
+# Author: Josh Triplett <josh@kernel.org>
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index ca81a99cd97655c77c4595edcaa080c307d899ca..7678aca46ef3370787424cc32530d5b64e61b984 100644 (file)
@@ -1,8 +1,8 @@
 /* libxenstat: statistics-collection library for Xen
  * Copyright (C) International Business Machines Corp., 2005
- * Authors: Josh Triplett <josht@us.ibm.com>
- *          Judy Fischbach <jfisch@us.ibm.com>
- *          David Hendricks <dhendrix@us.ibm.com>
+ * Authors: Josh Triplett <josh@kernel.org>
+ *          Judy Fischbach <jfisch@cs.pdx.edu>
+ *          David Hendricks <cro_marmot@comcast.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 0d791650b284c91ca6112702fa29e65844255153..345a1eda1485a38371cf3f1487fb42fad9a9274f 100644 (file)
@@ -1,8 +1,8 @@
 /* libxenstat: statistics-collection library for Xen
  * Copyright (C) International Business Machines Corp., 2005
- * Authors: Josh Triplett <josht@us.ibm.com>
- *          Judy Fischbach <jfisch@us.ibm.com>
- *          David Hendricks <dhendrix@us.ibm.com>
+ * Authors: Josh Triplett <josh@kernel.org>
+ *          Judy Fischbach <jfisch@cs.pdx.edu>
+ *          David Hendricks <cro_marmot@comcast.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 2d442fb386dcc9f4a74b072a5f40bca69b9583fe..db45ad576199aa21e4ecd520521d8fbf6b2dea5a 100644 (file)
@@ -1,8 +1,8 @@
 /* libxenstat: statistics-collection library for Xen
  * Copyright (C) International Business Machines Corp., 2005
- * Authors: Josh Triplett <josht@us.ibm.com>
- *          Judy Fischbach <jfisch@us.ibm.com>
- *          David Hendricks <dhendrix@us.ibm.com>
+ * Authors: Josh Triplett <josh@kernel.org>
+ *          Judy Fischbach <jfisch@cs.pdx.edu>
+ *          David Hendricks <cro_marmot@comcast.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 980e0925bc9d77854171ece8badac34087063b81..719edad8ff687b8bebaee77ba39cadf91e8f9437 100644 (file)
@@ -1,8 +1,8 @@
 /* libxenstat: statistics-collection library for Xen
  * Copyright (C) International Business Machines Corp., 2005
- * Authors: Josh Triplett <josht@us.ibm.com>
- *          Judy Fischbach <jfisch@us.ibm.com>
- *          David Hendricks <dhendrix@us.ibm.com>
+ * Authors: Josh Triplett <josh@kernel.org>
+ *          Judy Fischbach <jfisch@cs.pdx.edu>
+ *          David Hendricks <cro_marmot@comcast.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 5f85d732e6ec77262168e9e9e577c42b3335e1e0..1f8b2da380b170ea1b48f36e220452994129a718 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) International Business Machines Corp., 2005
-# Author: Josh Triplett <josht@us.ibm.com>
+# Author: Josh Triplett <josh@kernel.org>
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index b925a3795ff100d978dd040b372d6a425abb9804..78c333289579ac994db618cb00a6a4c2aadbdb26 100644 (file)
@@ -1,5 +1,5 @@
 .\" Copyright (C) International Business Machines  Corp., 2005
-.\" Author: Josh Triplett <josht@us.ibm.com>
+.\" Author: Josh Triplett <josh@kernel.org>
 .\"
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -91,7 +91,7 @@ scroll domain display
 Written by Judy Fischbach, David Hendricks, and Josh Triplett
 
 .SH "REPORTING BUGS"
-Report bugs to <dsteklof@us.ibm.com>.
+Report bugs to <xen-tools@lists.xensource.com>.
 
 .SH COPYRIGHT
 Copyright \(co 2005  International Business Machines  Corp
index 2bb28205f69915c9b15d567c48a7bb74c4bac201..501994679918d0ee4612fa356f628f1d1e1281c6 100644 (file)
@@ -1,8 +1,8 @@
 /*
  *  Copyright (C) International Business Machines  Corp., 2005
- *  Author(s): Judy Fischbach <jfisch@us.ibm.com>
- *             David Hendricks <dhendrix@us.ibm.com>
- *             Josh Triplett <josht@us.ibm.com>
+ *  Author(s): Judy Fischbach <jfisch@cs.pdx.edu>
+ *             David Hendricks <cro_marmot@comcast.net>
+ *             Josh Triplett <josh@kernel.org>
  *    based on code from Anthony Liguori <aliguori@us.ibm.com>
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,7 @@
 "Copyright (C) 2005  International Business Machines  Corp\n"\
 "This is free software; see the source for copying conditions.There is NO\n"\
 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
-#define XENTOP_BUGSTO "Report bugs to <dsteklof@us.ibm.com>.\n"
+#define XENTOP_BUGSTO "Report bugs to <xen-tools@lists.xensource.com>.\n"
 
 #define _GNU_SOURCE
 #include <getopt.h>